Skip to main content
Incremental authorization allows merchants to increase the authorized amount after the initial payment authorization — ideal for use cases like:
  • Hotel bookings
  • Car rentals
  • Any service where the final charge may vary
This prevents payment disruptions and avoids re-authentication from the customer.

✅ Why Use Incremental Authorization?


⚠️ Prerequisites

  • Your business must operate outside Strong Customer Authentication (SCA) regions.
  • Supported only for card payments and specific networks/connectors.
  • Check connector-specific documentation to confirm support.

🛠️ How to Use Incremental Authorization

🧩 Step 1: Enable during payment creation

Use the request_incremental_authorization flag in the /payments create request.

🔍 Step 2: Check if allowed

In the payment creation response, look for the field:
This indicates whether the selected connector supports incremental authorization for that transaction.

➕ Step 3: Make an incremental authorization request

Once allowed, you can add more funds using this endpoint:
Replace {payment_id} with your actual payment ID and provide a meaningful reason.

📌 Notes

  • Each incremental authorization must follow the initial authorization.
  • The cumulative amount across authorizations cannot exceed network or connector limits.
  • All charges will be captured together during final capture.